home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / PowerD / powerd / modules.lha / modules / graphics / regions.m < prev    next >
Encoding:
Text File  |  2001-12-31  |  199 b   |  12 lines

  1. MODULE    'graphics/gfx'
  2.  
  3. OBJECT RegionRectangle
  4.     Next:PTR TO RegionRectangle,
  5.     Prev:PTR TO RegionRectangle,
  6.     bounds:Rectangle
  7.  
  8. OBJECT Region
  9.     bounds:Rectangle,
  10.     RegionRectangle:PTR TO RegionRectangle
  11.  
  12.